Hello All,
First I hope all of u will understand what i mean, because my english is not good enough.
So I want to show only date (without time) to radgridview. How make this happen. And how to make header text is customize
Here's the code
Sub Tampil()
da = New OleDbDataAdapter("Select * from TrTimbang ORDER BY LastEdited", conn)
ds = New DataSet
ds.Clear()
da.Fill(ds, "TrTimbang")
GridList.DataSource = (ds.Tables("TrTimbang"))
GridList.BestFitColumns()
End Sub
Thanks before.
hengky
Hello!
I have some radgridview component on my application (WinForms). How get object RadGridView by sender in event CellDoubleClick? I can get GridDataCellElement using sender but i don't know what's next. Please help me. Thank's
Hello.
short question.
Is there a free (not time limited) development version of Telerik. Only for the development, not COMMERCIAL.
Thanks and regards --Peter
Q3 2015
My radGridView direction is right-to-left. When I drag a column outside of grid bounds, then the grid is scrolled vice versa. How can I solve the problem?
Thank you.
I have upgraded to the latest UI for WinForms release (2015.2.1104) and noticed that the pre-build assemblies that are installed have a PublicKeyToken of 5bb2a467cbec794e but when I build the UI for WinForms from source the assemblies that are produced have a PublicKeyToken of bf4391287131aaeb.
Why are the PublicKeyTokens values different? Is there a way to align the values?
Hi, Im using the GanttView control in an example application. Refer to this article http://www.telerik.com/help/winforms/ganttview-working-with-data-binding-to-database.html , I tried to find the "WeddingPlanner.mdb" database, but I can´t find it in my installation directory. How can I get it??
I'm using the UI for WinForms Q3 2015 version.
Thanks,
I create a RadMenu in a MDI Parent form dynamically. Each menu item has a tag property with a value that references a string. I also have a form that is open that has a Split Container, Panel and within the panel, a Panorama object with a PanelGroup, ready to add a tile. I would like to drag from the RadMenuItem and drop into the PanelGroup and create a tile that has a reference (can also be the Tile's tag).
I already have this working when I drag from a TreeView to create a tile, as well as dragging from a desktop shortcut... Although I can set the RadMenuItem.AllowDrag property = true, I don't see anyway to trigger and work with this...