I want to append a .Parent
attribute to my awesome mvc grid using jquery on dropdown change. How would I do this?
Asked
Active
Viewed 51 times
1

Draken
- 3,134
- 13
- 34
- 54

tanuj shrivastava
- 722
- 3
- 9
- 21
-
why do you need this – Omu Jun 14 '16 at 15:41
-
I have multiple grids in my project. And a partial view with drop downs, instead of appending .Parent attribute in each grid I want to generate it dynamically on drop down change, so which ever gird it is , it will get the drop down value – tanuj shrivastava Jun 15 '16 at 06:21
-
this still doesn't explain why do you need this dynamically; you have a dropdown and a few grids, if you set parent on all of them when the dropdown changes value they will reload – Omu Jun 16 '16 at 02:12
-
you could also use the grid api, instead of Parent binding to perform search – Omu Mar 05 '18 at 06:56