0
votes
0answers
158 views

Merging of Flexgrid Column with one Customize column and remaining column with DataSocurce binding

I have one FlexGrid Control in that I want First Column as Button for Select Cell and Remaining Column are from DataTable by assigning Datasource of Grid I did Following private void ...
0
votes
1answer
348 views

Hiding a particular cell based on row and column in flexgrid

I have a flexgrid (flex component grid), how do i hide a cell. For ex: 2nd row and 5th column - i need to hide/remove based on some condition. for say if(C1FlexGrid1.Rows[2][5].ToString().Length ...