I need to fix the current column dynamically , which mean when focused a column , get the column name and fix it . I need your help pls to get it in right way
thanks in advance
GridView1.FocusedColumn.FieldName.Fixed = FixedStyle.Left
I need to fix the current column dynamically , which mean when focused a column , get the column name and fix it . I need your help pls to get it in right way
thanks in advance
GridView1.FocusedColumn.FieldName.Fixed = FixedStyle.Left
It is not quite clear to me what the logic behind the "I need to fix the current column dynamically", but I believe you can use the following code snippet as a basement: