Hi,
I'm trying to build the gridview to be exactly or almost like Microsoft crm 2011 advanced find.
where to start?
how do you control the layout of autogeneratecolumns? especially if my Object Property is List.
that property is the ErrorList and there is another one ValidationError which is also a LIst, when i set Hierarcial to True and autogenerate to True . It did can expand to bottom , but again the Width is too small because of many properties, and how do you control the Expanded GridView Layout? how do you control the visibility? . What I'm trying to achieve here is AutoGenerateColumns=true and Hierarcial=true but can set What to displayed and the Width.
I'm trying to build the gridview to be exactly or almost like Microsoft crm 2011 advanced find.
where to start?
- How to make 2 or more Rows Most Left column Span together/Grouped , Group as And and Or
- How to make the Grid as like that Editor, each column has combobox.
- Exactly on which event we can customize the rows or layout and Data?
I tried the RowFormatting and Cellformating. - I've got another case, which I use the Grid to display success and Error Record I bind it to A SubObject.
how do you control the layout of autogeneratecolumns? especially if my Object Property is List.
that property is the ErrorList and there is another one ValidationError which is also a LIst, when i set Hierarcial to True and autogenerate to True . It did can expand to bottom , but again the Width is too small because of many properties, and how do you control the Expanded GridView Layout? how do you control the visibility? . What I'm trying to achieve here is AutoGenerateColumns=true and Hierarcial=true but can set What to displayed and the Width.