Hi there,
I'm having troubles with the GridClientSelectColumn.
I'll expose you my problem so that you can easily understand:
I have a simple grid that has a GridClientSelectColumn as first column.
now, I put a button outside the grid that when is pressed needs to redirect to a certain URL by passing to it a list of the IDs corresponding to each row.
so:
------------------
MyGrid structure |
--------------+-------+-----+-----+-----+
checkColumn | DocID | Stuff |Stuff | Stuff |
--------------+-------+-----+-----+-----+
outside of this as I said before I have an an
"asp:LinkButton"
so the main goal for me should be When I check / uncheck a checkbox I need to collect in a List of strings the "DocID", so that I can pass it to my url in a second time.
hope I made myself clear.
thanks in advance
cheerz
-k-
I'm having troubles with the GridClientSelectColumn.
I'll expose you my problem so that you can easily understand:
I have a simple grid that has a GridClientSelectColumn as first column.
now, I put a button outside the grid that when is pressed needs to redirect to a certain URL by passing to it a list of the IDs corresponding to each row.
so:
------------------
MyGrid structure |
--------------+-------+-----+-----+-----+
checkColumn | DocID | Stuff |Stuff | Stuff |
--------------+-------+-----+-----+-----+
outside of this as I said before I have an an
"asp:LinkButton"
so the main goal for me should be When I check / uncheck a checkbox I need to collect in a List of strings the "DocID", so that I can pass it to my url in a second time.
hope I made myself clear.
thanks in advance
cheerz
-k-