I want ask, if is possible use other means of fill data as list of objects? For example DataSet or XML for Client-side databinding. Can I generate XML and then transform to necessary structure for RadGrid?
Both two samples (Client-side databinding) are only with list of objects, but I need something dynamically (XML, DataSet), not objects with defined structure.
May i control the default validation appearance?
I mean, instead of the redbox and the yellow warning i want to change it to red exclamation mark.
another question is : can i add a tooltip to the validation that explain the problem?
I have a window that, on submit of a form, opens a RadWindow to collect further information for processing that form. This all used to work, until I added an "OnClientClose" event to the RadWindowManager. Now, I get a "null object exception" error in the Telerik Javascript. The function that fails is below, and the line b=GetRadWindowManager() is the cause of the problem, as the function GetRadWindowManager returns null. There is a RadWindowManager on the page, it is instantiated, and nothing that I can see causing this problem has changed. I have even tried commenting out the line I added setting the onClientClose event, in the thought that any malformed JS in that function may stop the client-side scripts from initialising, that hasn't helped.
Can anyone suggest reasons that this function may return null (besides the obvious "there isn't one on the page" which I have checked)? I assume something is stopping the server-side control from Registering its javascript successfully, but can't see what...
window.radopen=function(a,c){
var b=GetRadWindowManager();
return b.open(a,c);
};
Edit: Solved the problem, apparently Page_Load is not a good place for Registering script blocks that are required by RadControls events. Moved them to Page_Init, and got through this. Now experiencing a different issue, however... my OnClientClose event is not firing at all. New thread posted.
I have menu Control inside a Tool-Bar and the menu background color does not look OK as depicted in the attached image, i want it to inherit the forest theme like the buttons that are on the toolbar. The Definition of my menu is like this
If I click on a date, the calendar will return the selected date correctly. But if I click on the same date once more it will return the date as '01/01/0001' . But I want the selected date when I click on a date. Plz give the solution . It is an urgent one.
Not sure what information would be helpful here. particular sections of webconfig? if needed i can post code/webconfig sections after being sanitized. i have a feeling its something stupid i missed but i cant figure out what it is. help would be appreciated!
I have a TagCloud which number of its items are increasing every day based on an algorithm.
I would like to set a fixed width and a dynamic height for this TagCloud which should be increased automatically based on the number of existing items.
How can I do this?
I'm having a problem with displaying a nested grid in safari, it is working in firefox but not safari. I'm attaching a screenshot from both safari and firefox to show what is happening.