Hi team,
I have a custom collection which i bind to the grid. My custom collection has 12 properties and my grid has 12 headers with the same name as properties in the collection. However the values in certain columns are too big and i have hardcoded the column size like
gridValidation.TableControl.Model.ColWidths[1] = 65;
gridValidation.TableControl.Model.ColWidths[2] = 450;
gridValidation.TableControl.Model.ColWidths[3] = 450;
gridValidation.TableControl.Model.ColWidths[4] = 450;
gridValidation.TableModel.RowHeights[3] = 35;
gridValidation.TableControl.VScrollBehavior = GridScrollbarMode.Enabled;
gridValidation.TableControl.HScrollBehavior = GridScrollbarMode.Enabled;
Here is there a solution for the grid to take the space dynamically and if the first four columns are big i am not able to see the other column values even though i set the HScrollBehavior/VScrollBehavior to true.I could not see both horizontal and vertical scroll bars in this case. please help me on this at the earliest. Please find the attachment for the screenshot of the grid
Regards,
Lokesh Perumbali
GGC_ISSUE_ca824b0f.zip