I am new to these controls and still evaluating them. I cant seem to figure something out that I really want to happen and was hoping someone here could point me in the right direction.
I have a grid that lists just a few columns from a table. When the user selects a row I want to display a formView control with all of the remaining columns and allow them to edit, delete, etc...
I have all of that working using a <NestedViewTemplate>
However, it seems that clicking the row to select it does nothing, I have to resort to clicking the expand/collapse button on the left.
Is there a way to eliminate the expand/collapse button all together and make that happen on row click (select)?
If not, is there a way to change my expand collapse button? I have changed the Button Type in the MasterTableView.ExpandCollapseColumn property a million times and nothing takes affect...???
I have a grid that lists just a few columns from a table. When the user selects a row I want to display a formView control with all of the remaining columns and allow them to edit, delete, etc...
I have all of that working using a <NestedViewTemplate>
However, it seems that clicking the row to select it does nothing, I have to resort to clicking the expand/collapse button on the left.
Is there a way to eliminate the expand/collapse button all together and make that happen on row click (select)?
If not, is there a way to change my expand collapse button? I have changed the Button Type in the MasterTableView.ExpandCollapseColumn property a million times and nothing takes affect...???