1.

Difference Between Data Grid And Advanced Data Grid?

Answer»
  1. Advance Data Grid allows sort by multiple column when you click in the column header. DataGrid allows only single column sort.
  2. Styling rows and COLUMNS: Use the style function property to specify a function to apply styles to rows and columns of the controls.
  3. Display Hierarchical and Grouped Data: Use an expandable navigation tree in a column to control the visible rows of the control.
  4. Creating Column Groups: Collect multiple columns under a single column HEADING.
  5. Using Item RENDERERS: SPAN multiple columns with an item renderer and use multiple item renderers in the same column.



Discussion

No Comment Found