When Row Adding added to the WebDataGrid it shows visual PLUS sign in the row where data added, Web Hierarchical Grid does not. Is it possible to turn this visual plus sign on the Hierarchical Grid ? Or any other solution out of the box ?
Hello mcseidel,PLUS sign is shown when Row Selectors are enabled.
<Behaviors> <ig:EditingCore> <Behaviors> <ig:RowAdding> </ig:RowAdding> </Behaviors> </ig:EditingCore> <ig:RowSelectors> </ig:RowSelectors> </Behaviors>
Thanks, I found it out too, but it adds this extra column that looks pretty ugly... well I'll try again if it is the only way and see if it flies....