I am using Infragistics v16.1 and have encountered an issue where i have a wed data grid with 15 columns and i can see the horizontal scroll bar on page load but after submit button click if there is any data error i am showing user the error messages and make the grid as non editable and showing them a edit button. After they click on edit button i am making the grid as again editable but the grid's horizontal scroll bar is not showing or few last columns are not visible.
Please advise is there a way show the grid as it was on page load with horizontal scroll bar with data user entered first time.
can this be done?
should I be able to find this in any documentation?
cheers
Rajesh
Hello Rejesh,
Thank you for your question.
I didn't quite understand when exactly the scrollbar disappear, when the Grid (Row or cell) is in edit mode? Are you using some kind of custom editing or the default Cell/Row editing of the control?
As for your question, you could call .DataBind() when the editing is completed, this will cause the Grid to render again.
Providing code snippet or working sample that is showing the issue, could be very helpful.
Looking forward to hearing from you.