Login    
 
 
 
 
Text/HTML
  
You are here :: Blogs Saturday, May 19, 2012

Search
Note: This uses the internal blog search engine. The Google search engine is also available at the top of the page.
  
Disclaimer

Please review the site disclaimer before downloading or using content found on this site

  
Categories
  
DEVSHED Blog
As always, I welcome your comments!
Jun 23

Written by: Steve Gray
6/23/2009 3:56 PM  RssIcon

In a Janus grid, it is possible to set the COLUMNTYPE of a grid column to LINK. That will give the column a ‘link’ look and feel

image

In code, you would set up the event handling like this:

Private Sub GridEX1_LinkClicked(ByVal sender As Object, ByVal e As Janus.Windows.GridEX.ColumnActionEventArgs) Handles GridEX1.LinkClicked
    Dim strSomeOtherColumn As String = GridEX1.GetValue("someOtherColumn")
    Dim strClickedColumnKey As String = e.Column.Key
    Dim strClickedColumnCaption As String = e.Column.Caption
 
End Sub

Tags:
Categories:
As always, I welcome your comments!
  
 
 
Home | Products | Blogs | Contact Us | Links | God's Plan
Privacy Statement | Terms Of Use
 
Copyright 2011 by Devshed.us