Is there any way how to add/get some custom hidden data to each row in DataTable ? Every row is clickable and after clicking it should execute function with id as parameter, but this id should not be displayed within my datatable.
So basically, I'm searching something like 'input type=hidden' but for datatable. Thanks.
<GridView>or what?