


Hello Support,
I have two Gridviews, when an item on the top grid is selected, the bottom grid populates with content related to the selection that is displayed by handling the SelectionChanged() event. I grid also includes GridViewHyperlinkColumn()s which show a popup window by handling the HyperlinkOpening() event.
Currently, when I click on a hyperlink on a row that is not selected, my dialog opens up. When I close the dialog the row is selected is the bottom content opens up.
The behavior I would like is that when I click a hyperlink, the row is not selected. Or, when clicking the hyperlink, the row is selected, then the hyperlinkOpening() is handled.
What is the recommended way to accomplish this?
Thanks!

How do I allow the mouse click to pass thorough this control transparent area to any controls behind it?


Hi,
I have a DateTime field in my table that is nullable.
How can I keep null value in my grid?
I would show empty cell when date is null, and user could insert a date or cancel a date that already exists.

Hi to all,
I would create a structure like this:
Can I do this?
Actually Imet this problem, when I try to add valuteUC to valuteLG it says me thatvaluteLG.Container = Nothing
What I have to do?
Dim valuteUC = New ValuteUserControl()Dim valuteLG = New LayoutControlGroupItem()valuteLG.Container.Add(valuteUC)MainLayoutControlTabbedGroup.Container.Add(valuteLG)
Hello there!
The function of the control itself it's pretty straightforward, however, it seems that it does not have the ability of binding to a data source. Is there any possible workaround?.
Thanks in advance.
