Hi There,
I have created a marker called Car. This marker has a property called m_sLicensePlate.
How can i find that specific marker based on this property. The markers are in a specific layer.
My idea is something like :
Car findMarker(string p_sLicensePlate)
{
MapLayer carLayer = new MapLayer("Cars");
foreach (Car Item in carLayer.....)
{
if (Item.m_sLicensePlate == p_sLicensePlate) return Item;
}
return null;
}
I was recently put in charge of updating a very old screen. It uses nested gridviews to drill down the mapping structure of a file. IE There is a list of files in the master template, detail template and file layout template among other child templates below these.
I need to insert a subdetail template for certain cases that then opens into the file layout template. Can I do this? In certain cases I want to display the detail then subdetail, and finally the file layout template while still being able to go from detail to layout for other entries (files). If it will work this way, I can have file layout and subdetail be tabs on the same level, I just need to have subdetail open the file layout below it.
I have access to the latest Telerik version, though the program was written with an older version.
I'm using the collapsible panel with expand direction = right. I'd like to increase the size (at least the height anyway) of the button because the app is used on a touch screen so the pointer device is a fat finger and not a mouse. I set the font size to 14pt so the width is probably ok. How do I set to the size of that button?
While I'm asking, can I also set the width of that header (expand direction right)? And an alternative would be to enable clicking on the header to execute the collapse/expand action. Would you offer that solution, too?
Thank you,
Gary
Hello,
we are using a RadGridView which has implemented a master table with severals child tables. The datasource of the grid is a dataset containing the datatables with their realations. Now we want to use the DataFilter component to filter the data in the grid.
It is possible to use the DataFilter which is based on a datasource (dataset) with relations? Maybe you can give us an example.
Thanks' in advance
Karim
I could not find this control in my toolbox list where can i get reference of it
I have gridview and combobox, on combobox selected index changed i add rows with boolean value to gridview checkbox manually,
the checkbox cell takes the value but not checked on "true" until i select the row