How to bypass FastClick with DataViz Chart
I gave up. I added "needsclick" to all SVG elements after the chart rendered, and the iPad clicking was still really weird. Sometimes it worked, but not consistently.I think these libraries are both...
View ArticleSwitching Model Backend
Hello. I'm using an database-first entities model connected to SQL Server 2014 in dev, and SQL Azure in production.Is there an easier way to switch the Backend setting to Azure on deployment?Currently...
View ArticleHow to implement an always visible control?
Use this linkhttps://www.youtube.com/watch?v=q5VfUgfgaII&feature=youtu.beclick link
View ArticleRadAsyncUpload is duplicated into 2 control when put into RadGrid
Dear Supporters ! Have a nice day.Currently, I have using RadControl for ASP.NET to develop any systems.I have used RadAsyncUpload control in RadGrid. No problems.However, when RadAsyncUpload control...
View ArticleHow to remove class "k-button" and add classes from bootstrap like "btn...
Thanks you so much ....
View ArticleLightweight problems
Hello, Another Lightweight problem was found in Q1 401 here:With the RadNumericTextBox, RadDatePicker, RadTimePicker and the RadDateTimePicker the spin / drop down buttons are over the input area. So,...
View ArticleUncaught TypeError: Cannot read property 'start' of undefined
Hi, thanks for your reply. Its the latest version I believe, it was downloaded 2 days prior to posting this.I'm receiving this as well when I press Add Task. Is this the same for you?
View ArticleDrag&Drop between listview with sorting
Hi, I've been able to make drag&drop between two listview, but the dropped elements always go at the end of stack.I'd like to position the dropped elements exactly where they are dropped, among the...
View ArticleHeader values for RadPivotGrid
Hi,I am using RadPivotGrid with my dyynamic selection of data and each time i get the datatable, i add appropriate values in LocalDataSourceProvider.RowGroupDescriptions,...
View Articlegridview masked text box seems broken
I know this sounds silly, but no matter what I do when I pull data into a masked text box on the grid it ignores my mask.I have a grid, radGridview1. My data is stored in the database as string data.I...
View ArticleUsing FacebookConnect plugin (setup)
Awesome! I'm going to try this plugin this weekend and will report back.
View ArticleHow to disable the visual style?
In the template of this control, is a rectangle which represents the focused style of the element (Name=FocusVisual). Unlike other controls this cannot be disabled through style properties and the...
View ArticleSchedular issue
I am having a similar issue. When I do Update to an item in the scheduler...all the fields besides the start and end date are represented correctly in the scheduler object that is passed to the Update...
View ArticleCommand Column Click Event
This will do what I *think* you are asking for, just a sample but should point the way:Private Sub Form1_Load( sender As Object, e As EventArgs) Handles MyBase.Load 'create a command column...
View ArticleCommand Column Click Event
Sorry...I formatted the code as c#...here is it formatted correctly: PrivateSubForm1_Load( sender AsObject, e AsEventArgs) HandlesMyBase.Load 'create a command column (button)...
View ArticleDefault to div tag instead of p
Hello,I have been searching the forum and documentation, but I have not found if there is a way to replace the default p tagging with divs instead. Thanks,Brian
View ArticleHow to use SelectParameter in RadClientDataSource?
Yea.. An example of how to use OnCustomParameter would be great. The dokumentation dosens say Anything about it.
View Article