Hello,
I'm relatively new to Telerik and I'm getting a bit stumped about what the best way to proceed is.
I have a grid running InCell mode, however, for a particular cell:
1. I need to pop a list of selections the user can pull from. These selections would then be appended to the text in the cell.
2. The user needs to retain the ability to type in the cell. (which I believe rules out using a multiselect instead)
To that end, I have a grid with a command button set up that displays a list of choices in a modal Kendo window using a partial view. You can see this in the attachment. I am trying to append the list of items to the "Comment" column in the main grid.
However, I'm still having issues doing the following:
1. Getting the selected id from the main grid and feeding this into the partial view so that the list shows the correct items for the main grid row.
2. Iterating through the rows in the partial view, getting the checked items and passing the data back to the main grid.
I'm going in circles with javascript and not getting the data back to the main grid.
So, I'm wondering if there is a simpler way to do what I'm trying to accomplish?
The most obvious one is to use the Mutiselect, but I don't think that satisfies the criteria of the user being able to type whatever they would like in addition to making choices.
If anyone has a better notion of how to approach this, please let me know.
Thanks,
Dave
I'm relatively new to Telerik and I'm getting a bit stumped about what the best way to proceed is.
I have a grid running InCell mode, however, for a particular cell:
1. I need to pop a list of selections the user can pull from. These selections would then be appended to the text in the cell.
2. The user needs to retain the ability to type in the cell. (which I believe rules out using a multiselect instead)
To that end, I have a grid with a command button set up that displays a list of choices in a modal Kendo window using a partial view. You can see this in the attachment. I am trying to append the list of items to the "Comment" column in the main grid.
However, I'm still having issues doing the following:
1. Getting the selected id from the main grid and feeding this into the partial view so that the list shows the correct items for the main grid row.
2. Iterating through the rows in the partial view, getting the checked items and passing the data back to the main grid.
I'm going in circles with javascript and not getting the data back to the main grid.
So, I'm wondering if there is a simpler way to do what I'm trying to accomplish?
The most obvious one is to use the Mutiselect, but I don't think that satisfies the criteria of the user being able to type whatever they would like in addition to making choices.
If anyone has a better notion of how to approach this, please let me know.
Thanks,
Dave