| <span class="rdCommands"> |
| <a class="rdCollapse" title="Collapse"></a> |
| <a class="dockCommandDelete" title="Poista"></a> |
| <a class="dockCommandEdit" title="Muokkaa"></a> |
| </span> |
| <ul class="rdCommands"> |
| <li><a title="Muokkaa"><span class="dockCommandEdit"> </span></a></li> |
| <li><a title="Poista"><span class="dockCommandDelete"> </span></a></li> |
| <li><a title="Collapse"><span class="rdCollapse"> </span></a></li> |
| </ul> |
return
document.getElementById(f) that line f is set to "modalDivId_ctl00_cphBody_dgListData" i assume its a reference to the modal edit popup i use on that grid (dgLists). the above line is in a function that starts
$get=Sys.UI.DomElement.getElementById=
function(f,e){If(!e) *error line goes here* and then the function continues for a while.
the commetns at the top of thie file say this section is MicrosoftAjax.js. The error happens when i try to navigate away, it doesnt seem to happen on a async postback, and only seems to happen when the page loads from a full postback. I've also tried removing the modal box from the grid, before the error mentioned a radComboBox, when i removed that control it started having the grid as the value of f. Naturally i can turn off script debugging and not see it, but i cant ensure that my users do the same. Any help or suggestions would be appreciated.
John
<
script type="text/javascript"> </Script> tags, so not sure if this is correct.
I have tried using RadAjax Manager, but now only have a RadAjaxPanel around the whole code section, just inside the content area:
<
asp:Content ID="Data" ContentPlaceHolderID="cph_Main" Runat="Server">
<telerik:RadAjaxPanel ID="RadAjaxPanel1" runat="server"
And the behaviour is the same.
My page has a dropdown of categories, which updates the grid. The Grid in turn is nested and has a list of areas and items in those areas.
The category updates the grid OK, and each section of the grid works fine, except when I try to add or edit grid items I get an error along the lines of:
Error:Sys.ScriptLoadFailedException: The script'Expert/ScriptResource.axd:.......
What I cant figure out is why, I have another page with a treeview populating a tabview which in turn populates a nested grid, and this works fine.
Any help would be appreciated.
Hello,
We upgraded in Q1 to take advantage of the new skinning technique and use the Stye Builder when it was released. I'm working with a skin that was created from WebBlue in Q12009 and I'm finding styles names in this version that are named differently in the current version. I thought one of the reasons for recreating the skins starting with Q12009 was to avoid dealing with differnt style names between skins. If the style names change between versions it causes a similar problem.
Here is an example take from the WebBlue skin:
Q1 looks like:
/* Headings 4-6 */
.RadForm_WebBlue h4.rfdH4
{
color: #000000;
border-bottom: solid 1px #a0a0a0;
}
Q3 looks like:
/* Decorate <h4|5|6 /> */
.RadForm_WebBlue.rfdHeading h4
{
color: #000000;
border-bottom: solid 1px #a0a0a0;
}
Why are there differences in the style sheets now? Most importantly are there other differences and can anyone provide a list of those styles which have changed names and need to be updated in my Q1 skin to be compatible with the Style Builder?
If I change the style names in the style sheet they won't work correctly with our version of the RadTools, what is the work-around for that?
Thanks,
Bob
Hi,
I would like to display an icon next to group by column name with in grid with grouping feature.
Request you to please suggest.
Thanks and regards,
Manish Patel