Hello,
Im using ASPXGridView x 9.3. When I try to resize column without ClientInstanceName there is an error:
Object not found "ASPxGridView1"
as ASPxGridView1 is ID of that grid.
There is no problem with resizing columns when I set ClientInstanceName to ASPxGridView1 but then I cant use javascript to find control by ID (problem is when ID and ClientInstanceName are the same. In this case I can resize columns but cant localize that grid with javascript).
Is this well known issue ?
thanks for help