I have taken EditMode="PopUp" and also <FormTemplate> to display the custom defined control inside this pop up control. Everything works fine but by default the location of the Popup form is displayed just below the header of the RadGrid.
Guys is there any way that i can change the location to be displayed in the middle of the window and few pixels below the Top of the window.
Basically in the center of the window both horizontaly and vertically.
I am trying to DataBind a bar chart to a datatable. The datatable has 6 columns and 1 row, and the 6 fields just contain numbers. This appears to equate to 6 series. These series are displayed in the graph correctly, however the labels I want for the 6 bars, meaning what is displayed at the bottom for each one on the X-Axis, need to be the column names. I cant get this to work, I'm not sure what to specify for the XDatacolumn as I want column names. At the moment, it just specifies 15 in the middle of the X axis, I'm not sure where it is getting this from
I am using a Rad Grid with frozen column when i hit tab key couple of time 6 to 7 times the frozen column gets unfrozen and also the scroll bar does not move with tab.
Is it possible to export multiple grids to one Excel file or multiple grids to a PDF? I searched and searched and haven't found anything. Is anybody doing this?
I have been trying to add a javascript function to display information when there is a mouse over a grid, and i want the message to disapear on its own after a (reasonably)short time, say a message that just say "use ctr + shift to select multi rows", but i cant seem to find this info, does anyone know how to do it or where to find info on how to do it.
I've tried to find a solution in the various parts of the support sections, but without success. So I'm here to ask.
I have a DNN control with two RadUpload controls.
One is in the page (with a button that starts the upload process) and works perfectly.
In the page there is also a RadGrid with the EditFormType set to Template. Inside the template there is, among others, the second RadUpload control (with the same properties of the first and with a button that starts the upload process as above), but, in this case, when I enter in edit mode in a row of the RadGrid (and the second RadUpload control shows) if I try to upload a file nothing happens and the file is not uploaded.
How can I solve this problem?
Thank you in advance,
Marcello
I have a grid that represents rows in a table.
The table contains 10 fields of information, of which the user 99% of the time will only want to see 3 fields.
I have created a datasource containing these 3 fields and have bound this to the grid.
On the odd occasion that the user needs to edit a row in the grid, the grid displays a custom web usercontrol that contains all 10 fields of information.
What is the best way to load the data into the usercontrol?
I would like to somehow specify 2 datasources for the grid, 1 to be used for the grid display, ie containing just the 3 fields and another to be used when editing a row and displaying the usercontrol, this datasource would contain all the 10 fields of information for the selected row in the grid and should be loaded on demand just before displaying the edit usercontrol.
If all of this could be somehow hooked up to the DataItem property which I have created in my Usercontrol that would be great.
Hope this makes sense, any suggestions welcomed.
Antony