Hai,
I we want to see the preview of all items in a row inside the grid itself, what can we do?
Like when we click the Edit button we see it in text boxes
Plz Help.
You can either use NestedViewTemplates to display a preview of the columns in the grid row. Refer the following help document for more information on NestedViewTemplates: NestedView template
Or you can display a pop up window probably on clicking a button, to display all the cells in a row as shown in the demo below. You can also replace the textboxes in the window, in the example with labels. Window Editing
If we use NestedView template & if some users should not be shown the details in the nested template, can we hide the nested view template from code behind