Thanks for any and all help in advance,
Ramey
7 Answers, 1 is accepted
To achieve your goal you can refer to the following library which presents related RadComboBox controls in Batch Editing. You can find the project with detailed information in the link below:
http://www.telerik.com/support/code-library/batch-editing-extensions---related-radcomboboxes-and-validation
Regards,
Pavlina
Telerik
As the solution provided in the code library is a custom one and is not supported it is up to the developer to modify it according to their business requirements.
Regards,
Pavlina
Telerik
Hello, I was actually able to solve my own problem by taking off the RadAjaxPanel and instead adding the RadAjaxManager to Handle both RadGrids. AjaxControlID = RadGridUser and the updated Controls= RadGridUser, RadGridWorkArea, RelatedComboBoxesToolTip
and then create another AjaxControlID = RadGridWorkArea with updated controls = RadGridWorkArea, RelatedComboBoxesToolTip but whenever I go to click Add new record the batchManagerExtentions.js breaks and the _handleToolTipShow: function(sender, args) line and it says it's unable to get property className of undefined or null reference. It is saying that the currentTarget of currentTarget.className.indexOf(REQUIRED_CELL_CLASS) is undefined. I'm really not sure what control it is looking for here and since I'm not to familiar with exactly how this .js file is working I'm having trouble narrowing down a solution. This is one additional question....would there be anyway to disable the Add new record Save changes and Cancel changes buttons until a user in the RadGridUser is clicked? Thanks again for any support.
Ramey
Good morning, on Friday I was trying to do some research into a Javascript error that keeps getting thrown dealing with the tooltips. Currently we are running IE 10 and I ran across a patch that I think you may have posted or at least one of your team might have posted and it was telerik-patch.js inside of GitHub and from what it described it Patches Telerik Tooltip control in IE 10 which fails with Javascript error. I was curious if this might solve my problem that I listed in my previous post about the tooltip not being able to find the classname. Thanks for all of your help.
v/r,
Ramey
Note that there is no such patch posted by us on Git.
I would recommend using the latest version of the controls as it includes fixes and improvements for the controls. The current release is 2016.1.225.
Moreover, using external code that overrides the built-in logic for the controls may result in unpredictable behavior. Please remove the custom JavaScript that overrides the tooltip scripts and see how the behavior changes.
Regards,
Viktor Tachev
Telerik