This is my view:
The third element checkbox should NOT enabled. Is there a way I can do this?
My code:
<Columns>
<SelectColumn T="Company" />
<Column T="Company" Title="Id" Field="Id" />
...
</Columns>
This is my view:
The third element checkbox should NOT enabled. Is there a way I can do this?
My code:
<Columns>
<SelectColumn T="Company" />
<Column T="Company" Title="Id" Field="Id" />
...
</Columns>