Hi everybody,
i'm using the latest ajax toolkit version and i have troubles with reorder list.
i have a table with two cols, the first ("ID") is a primary key with identity set to "yes", the other ("name") col is a varchar(100).
When i fill a reorder list, everything is fine. But when i try to reorder items, i get different results based on data type of "ID" column.
tinyint -> succeed
smallint -> succeed
int -> fails
bigint -> succeed
Comments: This ticket was filed for a pre-15.1 version of AJAX Control Toolkit. If this is still an issue in v15.1 or later, please create a new inquiry.
i'm using the latest ajax toolkit version and i have troubles with reorder list.
i have a table with two cols, the first ("ID") is a primary key with identity set to "yes", the other ("name") col is a varchar(100).
When i fill a reorder list, everything is fine. But when i try to reorder items, i get different results based on data type of "ID" column.
tinyint -> succeed
smallint -> succeed
int -> fails
bigint -> succeed
Comments: This ticket was filed for a pre-15.1 version of AJAX Control Toolkit. If this is still an issue in v15.1 or later, please create a new inquiry.