Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
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
Solved! Go to Solution.
Hi,
I think there no issue with the grid. Once try in modifying the values in Column Renderer & StateFormatting Tab in Configure grid columns
Hi,
I think there no issue with the grid. Once try in modifying the values in Column Renderer & StateFormatting Tab in Configure grid columns
No need to change the value. Is the values of check box for default selected rows is true.
yes its true.
Also I changed the selection and selected back the checkbox property in the rendering option.
It works for me:-)
Dont know what was wrong:-), It was the same settings previously too.