NilovSerge
Posts: 16
|
| Posted: 10/22/2006, 12:20 PM |
|
Hallo!
I use the editable grids. have a problem with it.
1 ) I have an image object in the editable grid. The image show the state of the row. So for different
row must be different image. I change images by BeforeShowRow event. It works all right.
But changing the data in the grid I need by JavaScript to change the images. But I can not as the name
of ALL images is the same (ex "<img id="img_src_name" name="img_src_name" src="images/week_schedule.jpg">")
as for ex. text input changes its name by row number(<input value="" name="description_2"> - for second row)
What can I do with it?
_________________
With respect,
Nilov Serge. |
 |
 |
Edd
Posts: 547
|
| Posted: 10/22/2006, 7:59 PM |
|
Investigate the example (in the CCS example pack) of how to Add a Row in dynamic grids.
This gives you the basics on how to count rows and identify a row. Then Javascript can be used.
Edd
_________________
Accepting and instigating change are life's challenges.
http://www.syntech.com.au |
 |
 |
|