Hi there,
I wonder whether I can indiviually use the recurrence control itself on my web form page apart from the scheduler advance form and its own functions in it on the server side end?
thank you
I have a grid which needs some adjustments to a display column.
I respond to the ItemDataBound event and retrieve an ID from the row which is my key to the other processing logic.
I do not want this column to be displayed to the user.
I set Visible = False and then the value is not returned, just null or an empty string (not sure / don't care)
Is there a way to get the value when the column is hidden?
I have tried to set the column width down to 1px but the ID numbers force it wider.
Tech notes: using latest release of AJAX UI with VS 2015 and C#.
https://mine.hourmine.com/c/pcalendar.aspx?pa=kernerchiro
On first load, the scheduler weekview goes beyond the end time of 6:40pm. The day views work fine (last bokable slot is 6:20pm) and once you visit the day view, the weekview also starts working ok. why does the scheduler show the slots beyond the endtime of 6:40pm that has been set?
thanks
Here I have very nasty scenario.
I have a grid that populate by using dynamic table.
In that grid i added the edit and delete functionality.
I also have validation requirement for all the columns in the grid.
here is a example...
Think the table have 2 columns(next time it can be 3 columns).
This table's data shows in grid. "ColumnA" (String) and "ColumnB" (float) .
In another table have validation rules for ColumnA and ColumnB . ColumnA is a email and ColumnB have min and max values.
What I want is, make a custom dynamic popup for update data and bind these attributes to the html tags according to there validations.
How I achieve this ?? Thanks in advance.
At least can I do something like above using Kendo UI??
Hi,
I saved the content of RadEditor to a database. The saved content includes all the HTML mark-ups (e.g. <strong>Company</strong>).
The question is when I retrieved the content from the database and bind to a label's tooltip, it shows the mark-up (e.g. <strong>Company</strong>) instead of the formatted output (i.e. "Company" as a bold text).
What is the correct way of showing the tooltip with formatted content from RadEditor?
Zaly
How can i make header , footer , paging and show page count in Rad Editor ?
I'm not sure if this is a Telerik issue, or IE. But it seems to only happen in the Telerik grid that I can see.
One of the query parameters in my URL is: &Region=Rhône
This get's changed to &Region=Rhône when the next and previous page URLS are created by the Grid.
Any ideas on a work around for this or if I'm just missing something?