DataGridView Frozen Row

0
0

Hello, i saw that the Frozen property is not supported on Wisej.Web.DataGridViewRow, there is some way to block or simulate the Frozen effect for a DataGridViewRow?

Thanks.

  • You must to post comments
0
0

Handling scroll events on the server is never a good idea. They are fine as information, but I wouldn’t do it as part of a widget functionality.

See attached sample. It shows a few things:

  • Composite grids. The DataGridView component is also a container. You can drop any control on it at design time to have the DataGrid incorporate it in its layout (set the Dock property of the new child). i.e. You can add a status bar, toolbar, a tree view, or other grids. This lets you create composite grids and still retain the properties, events, etc.
  • How to add javascript functionality to any component in the designer. The added javascript code can do anything: add methods, handle events and more.
  • How any widget in Wisej can become resizable on any edge. The bottom (split grid) in this sample can be resized vertically.
  • There are two grids, one docked to bottom to implement a summary row and one docked to the top to implement a filter row.

HTH

split-grid

Attachment
  • You must to post comments
0
0

Ok thanks, until it’s be done i will use two DataGridView.

Another question, is there any possibility to syncronize the scroll bars of two DataGridView?

I saw that the property who do that in WinForm is missing in wisej, so it’s on the todo list or exist already a way to syncronize it?

  • You must to post comments
0
0

Not at the moment. It’s on the todo list.

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.