DropDownList in Grid Cell
So, I've tried to get this working following many threads and articles and I can't get it to work. The value posts back to the controller fine, but I can't get it to set the default selected item on...
View ArticleHOW TO ADD A NEW ROW IN EXISTING RAD GRIDVIEW WITH NO LOSS OF DATA IN THE...
I have one scenario where the gridview has 2 rows like what i have attached. Gridview having data as like I have mentioned in the file. COLUMN 3 to COLUMN 6 having texbox where the values are entered...
View ArticleDropDownList in Grid Cell
Never mind, I just realized I forgot to initialize my Action property in my model and that's why it was null. Doh! It all looks to be working now except setting the initial default value.
View ArticleHOW TO ADD A NEW ROW IN EXISTING RAD GRIDVIEW WITH NO LOSS OF DATA IN THE...
I need the above coding in VB.NET
View ArticleHOW TO ADD A NEW ROW IN EXISTING RAD GRIDVIEW WITH NO LOSS OF DATA IN THE...
I need the code in VB.NET
View ArticleDropDownList in Grid Cell
All fixed! Figures you figure it all out the second you post for help. lol That's the way it goes.
View ArticleBinding "Culture" from a DataSource Property
Hi,I am evaluating Telerik Reports for our project requirements. I would like to know whether it is possible to set the Culture value of the report (en-US, es-MX, etc.) from a DataSource property. The...
View ArticleAccessing the edited grid item from the user control
Thanks, Eyup. This worked. protected void Button1_Click(object sender, EventArgs e) { GridEditableItem editedItem = (GridEditableItem)this.Parent.NamingContainer; string sr_string =...
View ArticleDetermine column series color
Hello,I'm working on mapping column data to RadHTMLChart control & I'm running into a label display issue. One of the column colors that is used by my graph is black & it makes the tooltip...
View ArticleUpdating or adding Javascript files without having to submit to appstores...
We are trying to find a way to update our app and add features (such as modules, game levels, etc), without having to go through the appstore for every feature release or every level upgrade. How we...
View ArticleProblem with paragraph styles
Hi, The code I'm using in my project is far too complex to include here, but I've managed to reproduce the problem with some simple code:publicclassDocumentCreator{...
View ArticleTab Click event is not getting fired after couple of clicks
Hi,I have kept RadTabStrip inside asp.net user control...
View ArticleSelecting GridView row with specific value
I have currently have a GridView that contains a list of queries. I need to be able to search through the GridView, and run a specific query based on the text data in a specific column. There are...
View ArticleMono Support
Hi, It's now 2016! Would like to know what is supported in Mono. I am interested in web only. I think Mono for the wincontrols will never happen but have hi hope for the web controls. Please...
View ArticleRadDatePicker and Context menu
I think maybe the difference is my aspx code is running in a master page and thus the control name client id is pre-pended with the Content tag?Can you try it with a master page?I was able to get it to...
View Articlewhy spline series show scatter line
The problem I encountered is that, when I specify the chart as spline series, but the graph is still show as scatter line. I'm not quite sure what went wrong, but when I use my data to the existing...
View ArticleHOW TO ADD A NEW ROW IN EXISTING RAD GRIDVIEW WITH NO LOSS OF DATA IN THE...
I have one scenario where the gridview has 2 rows like what i have attached. Gridview having data as like I have mentioned in the file. COLUMN 3 to COLUMN 6 having texbox where the values are entered...
View ArticleShow leading and trailing spaces in a radgrid column.
Hi,We are creating Grid Object and its columns Dynamically and adding it in asp page.... We also faced above issue, while attaching this even ColumnCreated, In that event ColumnCreated, -> we...
View Article