Hello,
I have couple of things
1. I require to customize "Upload" dialog box - Need to add text where it says "Max file size.." - How should I do it?
2. I am using "ItemCommand" for "UploadFile" to check file type etc. When I am performing following actions, it shows wired result!
1) Upload file - for e.g. "Test01.jpg"
2) Delete file - for e.g. "Test01.jpg"
3) Refresh entire page (F5/Ctrl F5) it will perform "Upload" action and says "Test01.jpg" file uploaded successfully.
If you can please suggest appropriate solution for it!
Thank you,
Jeff.
I noticed a small bug when a RadGrid with a particular skin (in my case WebBlue), has, for example, a datetime column ...
If you want, in the datetime column, to change the skin of the single control input (in the ItemDataBound event), for example by choosing Bootstrap, then control RadDateInput (or whatever your control) does not change the skin.
Is there an "escamotage" to walk aroud this behavior?
Merci!
I can easily create a databound chart if it’s a simply scenario like totals by month and I’ve already provided the high level grouping in the SQL. But I want to do something like, totals by month by app, and have it be a stacked chart w/ the apps as the series, I don’t know how to do that. I specify from my sql data source the column for the app name (app), and I specify the label (ie Outlook). How in the Category series Item section can I get it to recognize my datafield, and also have it filter on values that only = ‘Outlook’? The example below for the series item sets the values to a static value.
<telerik:ColumnSeries DataFieldY="app" Name="Outlook" Stacked="false" Gap="1.5" Spacing="0.4">
<Appearance>
<FillStyle BackgroundColor="#d5a2bb"></FillStyle>
</Appearance>
<LabelsAppearance DataFormatString="{0}" Position="OutsideEnd"></LabelsAppearance>
<TooltipsAppearance DataFormatString="{0}" Color="White"></TooltipsAppearance>
<SeriesItems>
<telerik:CategorySeriesItem Y="25000"></telerik:CategorySeriesItem>
<telerik:CategorySeriesItem Y="12000"></telerik:CategorySeriesItem>
<telerik:CategorySeriesItem Y="39000"></telerik:CategorySeriesItem>
</SeriesItems>
</telerik:ColumnSeries>
//snippet for the below chart
<telerik:ColumnSeries Name="Lounge">
<Appearance>
<FillStyle BackgroundColor="#850071"></FillStyle>
</Appearance>
<LabelsAppearance DataFormatString="{0} sales" Position="OutsideEnd"></LabelsAppearance>
<TooltipsAppearance DataFormatString="{0} sales" Color="White"></TooltipsAppearance>
<SeriesItems>
<telerik:CategorySeriesItem Y="15000"></telerik:CategorySeriesItem>
<telerik:CategorySeriesItem Y="23000"></telerik:CategorySeriesItem>
<telerik:CategorySeriesItem Y="10000"></telerik:CategorySeriesItem>
</SeriesItems>
</telerik:ColumnSeries>
My dataset looks like this:
day app avg
Tue Outlook 10
Tue Word 4
Tue Excel 7
Wed Outlook 2
etc..
I want this chart to look like online demo example, but instead of Wooden Table, Lounge, etc, it would list the values in the ‘app’ column of my dataset.
I'm creating a very generic table editor and would like to set the readonly property of a grid column at run time. The select and update SQL commands are being generated at runtime and they work perfectly with AutoGenerateColumns="true", but I need to set some columns to readonly. I was hoping to simply enumerate the columns after data binding or on the grid's pre_render, but the column count is always 0 for auto generated columns.
I looked at grid.MasterTableView.RenderColumns, but each column's IsEditable property is read-only.
Anyone know how to accomplish this? I'm trying to avoid dynamically creating each column in code and then appending them to the collection.
When i am trying to Update a data, I should verify that data already available in radgrid or not.
Note - I need to throw error message or alert message if that data already available in grid
I have a RadTextbox inside a <telerik:GridBoundColumn>
By default Radgrid gets loaded with database data. After dataload when i type search text in RadTextbox, the input string should search value in SQL datasource.
My Issue:
I am not able to pass the RadTextbox string to sql select query via Code behind.
Please help!
How can I do this programatically?
http://docs.telerik.com/devtools/wpf/controls/radmenu/features/checkable-items
Hi
I have used DatePicker with bootstrap theme for UI for ASP.NET AJAX Q1 2015.
But when I am opening month pop up the in place of OK and Cancal button true and false text is coming.
And in place of today's date blank text is coming.
I am using I.E to test it.
can you please help me with this issue.
Thanks and Regards,
Ritesh