This is a migrated thread and some comments may be shown as answers.

Ajaxifying Rows

4 Answers 48 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
KlimUser
Top achievements
Rank 2
KlimUser asked on 03 Feb 2009, 11:29 PM
Hi Everyone!!

Well, I'm having a problem with the AjaxManager... =S
I have a table with 10 rows and in the page_load event I use the property Attributes and the Add event to inject a javascript to the onload  form event (I'm using a Mastertable and, obviously, a content page). This Javascript function hide (style.display = 'none';) all the rows of the table.
Now, I have a RadComboBox from which It's taken the value to show a sublist of a group of RadTextboxes.
The problem is that I Read that is not possible to ajaxify rows using ajaxManager!! =S
So using the SelectedIndexChanged event from the RadCmb it's not possible to unhide the rows =(
Someone knows how I can do this using Ajax? =(
Thx in advanced to Everyone!!!! ;-)

4 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 04 Feb 2009, 06:52 AM
Hi KlimUser ,

I have one suggestion for doing this, try to place the table inside a RadAjax Panel , so it will ajaxify all the operation coming inside that.

-Shinu.
0
KlimUser
Top achievements
Rank 2
answered on 04 Feb 2009, 05:19 PM
hello Shinu!
Ok trying your suggestion!!
Return once finished testing =S
Thx!!

0
KlimUser
Top achievements
Rank 2
answered on 06 Feb 2009, 12:06 AM
 
0
KlimUser
Top achievements
Rank 2
answered on 06 Feb 2009, 02:10 AM
Hi Again Shinu!!
Yes it works!!
Thank you so much
Now I'm going to fight with other problem hehehe =P
Thanks a lot!!
Greetings From MX
C'ya!!
Tags
Ajax
Asked by
KlimUser
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
KlimUser
Top achievements
Rank 2
Share this question
or