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!
Apr 24

Written by: Steve Gray
4/24/2010 5:46 PM  RssIcon

Here’s an example of code for the Janus UpdatingCell event. It’s usually better, though, to use the CellUpdated event

 

Code Snippet
  1. Private Sub GridEX1_UpdatingCell(ByVal sender As Object, ByVal e As Janus.Windows.GridEX.UpdatingCellEventArgs) Handles GridEX1.UpdatingCell
  2.         Dim dblMasterQuantity As String = Me.GridEX1.GetValue("masterquantity")
  3.  
  4.     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