Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1147
disabling the sorting on perticular column in UltraWebGrid 7.3
posted
Hi, How one can achive to disable the sorting for the perticular column on UltraWebGrid? I tried to use InfraGrid_Prods.Rows.Band.Columns.FromKey("Delete").IsSortable = false; but didnt work fires exception like Cannot assign to 'IsSortable' because it is a 'method group' what is that? and how I can achive this? Thanks.