Hi,
I am using Rad grid filter.
When I try to search with special characters like ? its not working.
I have attached the screenshot.
Please help.
Hi,
I managed to tab through nodes with the arrow keys. Now I want to take an action client side when a node is focused.
This is used to page through a library of PDFs. I cannot find a client-side event which triggers when a node is selected.
Suggestions?
Marc
Following this example: https://docs.telerik.com/devtools/aspnet-ajax/controls/grid/how-to/Filtering/custom-filter-options-with-handling
Everything works in this example, except when the Menu Item is clicked and FilterCommandEvent is fired, there is no unique column name in the RadGrids Item Command.
e.Item.Attributes["columnUniqueName"] does not have unique name of column.
protected
void
filterMenu_ItemClick(
object
sender, RadMenuEventArgs e)
{
GridFilteringItem filterItem = RadGrid1.MasterTableView.GetItems(GridItemType.FilteringItem)[0]
as
GridFilteringItem;
filterItem.FireCommandEvent(
"Filter"
,
new
Pair(e.Item.Value, e.Item.Attributes[
"columnUniqueName"
]));
}
Looking through the RadMenuItem object and GridFilteringItem object, I do not see any reference to the column that is trying to be filtered.
Is there a way to know the column that the filter option being selected is from? There would have to be, otherwise there would be no reason to allow customer filter Options if you never knew the column to filter on.
I am using 2021 Q1 Telerik.Web.UI
When dragging from the end of a task (on the right side white dot) to the start of the second task (left side on the white dot) the dependency links to the right side of the second task.
Code image attached has nothing crazy going on, Img1 and Img2 show the dependency link and the Data is written to the database.
Can't work out why it's doing this, any ideas?
Steve
Hi, I have a HtmlChart that I databind to the Sql stored procedure. The number of records returned is based on the parameters that user selects from the few dropdowns. So sometimes you have 50 records, sometimes 1.
Is it possible to set chart height based on the number of records?
Currently I set height to 1000px but it does look very funny when I display 1 records.
Hi,
I'm using the barcode control for coding my text and I'm doing it with type Code128, but I need to add FNC1 beetwen my text
Example: 41577099986707238020001065097544 FNC1 3900000000538300 FNC1 9620210118
Can you please tell me what is the character to do this?
Thanks
I can find how to create snippets here:
https://docs.telerik.com/devtools/aspnet-ajax/controls/editor/functionality/toolbars/dropdowns/code-snippets
But what is the correct toolname to add the snippets dropdown in the toolbar?
Cannot find it in the docs...
Marc
<
classes
>
<
class
name
=
"Photo (Left)"
value
=
".photo-left"
></
class
>
<
class
name
=
"Photo (Right)"
value
=
".photo-right"
></
class
>
</
classes
>
We are trying to
upload file using telerik RadAsynchUpload controller. File upload controller
works fine in Internet Explorer, Edge Chromium and Firefox browser but it
doesn't works in chrome browser. We can select file but during upload it
freeze.
Following version of
Telerik.Web.UI.RadAsyncUpload
Runtime version :
v2.0.50727
Version:
2013.2.709.35
We updated
Telerik.Web.UI.RadAsyncUpload to following version but still not working in
chrome browser.
Runtime Version:
v4.0.30319
Version:
2020.1.114.45
Please advise which
version to use or any other solution.
Thanks,
Muhammad