Edited Table does not work if Grid is placed in a layout control.
Hello,
I have a grid widget placed in the layout control and have two columns select(with check box) and property(string)
and made iseditable to true and multiselect to true of the grid properties. Also i have made the editable to true of the column select. (made by default top 5 rows selected)
On a event i am passing editabletable property of the grid as parameter, irrespective of selecting any no. of rows the editabletable property of the grid is always same.
But when i move the grid from layout to panel, i see the editabletable property working.
Is this the intended behavior or there is an issue with the grid.?
Thanks

