Edited Table does not work if Grid is placed in a layout control.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
Solved! Go to Solution.
- Labels:
-
Best Practices
-
Design
-
Mashup-Widget
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
I think there no issue with the grid. Once try in modifying the values in Column Renderer & StateFormatting Tab in Configure grid columns
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
I think there no issue with the grid. Once try in modifying the values in Column Renderer & StateFormatting Tab in Configure grid columns
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
No need to change the value. Is the values of check box for default selected rows is true.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
