AD
Administrator
Syncfusion Team
January 27, 2005 05:35 PM UTC
There is no property setting that will control this.
You could use add RowIndexResolver and ColIndexResolver methods to your framework and require your framework to use these methods anytime a rowindex or column index was needed. Then your implementation could return the proper index depending upon the passed in value and the actual grid type.