Hi
I have used a radsplitter,and inside radsplitter I have used a radslidingpane.
Hierarchy is likethis : RadSplitter1 RadPane1 RadSlidingZone1 RadSlidingPane1 All my controls are inside the sliding pane.I have a button inisde the radsliding pane
My query is : I want to close the pane on a buttton click inside the radsliding pane.
How can I acheive this.
Please help me
I have jquery ajax function (json) to get datatable from database, now I want to assign this datatable to rad grid data source,
so any help how to do that?
Is there a way to turn off the initial Save/Cancel/Options popup and go striaght to the Advanced Form when creating a new appointment? We require several fields to create an appointment and all that little popup takes is a subject.
I have a page that uses a RadGrid. I have RadToolTip set up to display tooltips when the user hovers over cerain elements (See Good.gif).
If an element is quite need the edge of the screen, the tooltip, which is set up with RelativeTo="Mouse" and "Position="Center", resizes itself and wraps the content (see NotSoGood.gif).
Even worse, if the mouse is very close to the edge of the screen, part of the tooltip just disappears off the edge (see WorseStill.gif)
Is there a way of getting the same sort of functionality you get with RadWindow when you set KeepInScreenBounds to true? That is, get it to display the tooltip as it would have done normally, just offset enough - up, down, left or right, as appropriate to accomodate the size of the tooltip without wrapping the content?
I have drop down box which consist of user saved views using GridSettingsPersister class.
Now my issue is that when first time user comes to page and select its saved view its load correctly.
But after loading first view when tries to change another view from drop down its get failed.
After doing some debugging I found that inside GridSettingsPersister -> Grid_ColumnsCreated Event settings which I supply loads correctly but when grid seen on page its just have first time loaded settings however data is changing into grid.
I would like to have the Menu spaced out evenly based on the width of the browser window. If the user changes the browser window, the items get closer together. Much like a basic DIV containing multiple divs centered with an auto width. I've tried implementing a similiar approach with the menu, but have not found a solution that works. Could you please give me some suggestions. I'm working with a custom skin that I pulled from telerik. The only modifications to the skin is the border width. I now need to modify the skin to evenly space out the menu items on the browser window.
Example (menu items evenly spaced based on browser window width)
_______________________________________________________
Home About Contact Us Help Logout |
__________________________________________________
HomeAboutContact UsHelpLogout |
__________________________________________________
HomeAboutContact UsHelpLogout |
** The spacing width should float and be evenly spaced out on the top of the browser window.