Hi,
I'm trying to implement the following and need your advice/assistance in this task.
I have a grid binded to the list of objects, so each column is some property of the object.
I need something like the + sign as the first column, that will change the column DataField on the client-side.
For example, lets say I have the list of files.
So short version of row will look like this
+ | 1.4mb | somefile.txt
Pressing the + will change it to - and show something like this in this row:
- | 1.4mb | somefile.txt
Last Modified Date: xxx
Create date: xxx
All this stuff should be client-side and cause no postback.
Looking forward to hear from you.
Thanks,
Mykhaylo
I'm trying to implement the following and need your advice/assistance in this task.
I have a grid binded to the list of objects, so each column is some property of the object.
I need something like the + sign as the first column, that will change the column DataField on the client-side.
For example, lets say I have the list of files.
So short version of row will look like this
+ | 1.4mb | somefile.txt
Pressing the + will change it to - and show something like this in this row:
- | 1.4mb | somefile.txt
Last Modified Date: xxx
Create date: xxx
All this stuff should be client-side and cause no postback.
Looking forward to hear from you.
Thanks,
Mykhaylo