Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
265
Implement a Drop Down as a Column Selector in Column Header as an Ultra Grid
posted

Hi, 

   I am in a need for a functionality to show the details of the selected row in a parent grid in a child grid whose columns remain the same as the parent grid; however details of only one column are displayed at a time depending upon the selection in the header drop down of the details ultra grid. Please let me know how may I implement this...

Thanks, 

Bhushan. 

Parents
  • 12480
    Verified Answer
    Offline posted

    Hi Bhusan,

    I'm unclear of the details of your requirement. As I understand it, you need the following:

    • Display two grids to the user.
    • User can select a row in the main grid.
    • When a row is selected in the main grid, details about the row are shown in the second grid.
    • The detail grid shows only one column, and can be configured by the user.
    • The columns available to be shown in the detail grid are the same columns as in the main grid.
    • The user can choose which column is displayed through a dropdown in the header of the column in the details grid.

    If this is your requirement, then please say so and I will build a sample. In order to better understand this, may I ask why you need to display this? If I am understanding correctly, the user can already see all the relevant information in the main grid.

Reply Children