How We Can Edit Data Grid Controls In .NET Framework?
Edition of Data Grid Controls in .NET Framework.
1 Answer - Sort by: Date | Rating
If you use Data Grid controls in your .NET Web application, there are good opportunities that the working of Data Grid Controls is like Excel worksheet, means that you can edit in the control. Normally, Excel worksheets come into view to be read-only. It works when the user work with a mouse or keyboard to points to a particular cell. During that instant of pointing to a cell, the worksheet changes its user interface. The selected cell is provided through an interactive input control like a text box. Then user input the new text and then closes the input process by pressing a button.
Clicking another button cancels the user's operation, restoring the original text in the cell. This functionality is absolutely matches the functionality of the Data Grid control's in-place editing feature. The Data Grid control is like an HTML table. In HTML all cells are representation as literal controls, links, or a custom layout. In spite of the column formation, all item rows in the follow-on table are drawn in the same way. When the user activates an event which begins the editing phase, the visible part of the grid is redrawn and edited cells are selected like excel.
Clicking another button cancels the user's operation, restoring the original text in the cell. This functionality is absolutely matches the functionality of the Data Grid control's in-place editing feature. The Data Grid control is like an HTML table. In HTML all cells are representation as literal controls, links, or a custom layout. In spite of the column formation, all item rows in the follow-on table are drawn in the same way. When the user activates an event which begins the editing phase, the visible part of the grid is redrawn and edited cells are selected like excel.
0
0
- Why Do We Use Pointers In C?
- What Is Hierarchical Communication?
- What Are The Difference Between Front-end And Back-end Languages..? Can U Plz Give Some Examples Of Both..?
- Can I Do Initial Programming On Line?
- How Will You Use Monitors For Process Synchronization?
- Can School Loop Be Used?
- What Is An Example Of A String Base^?
- What Is An Event Horizon?
- Q. How Many Types Of Anomalies Are There In A RDBMS?
- Write A C# Application That Accept 2 Numbers And One Operator From The Keyboard And Display The Result?
- How Many Types Of Data Structures Are There?
- What Are The Differences Between Static Global Variables And Local Global Variables In JAVA Programming?
- What Is Entity Integrity?
- What Is Integrity Constraints?
- What Are The Risks Using Database?
- Write A Program To Display A String With An Embedded Quote:"Sachin Has Played A Game Of His Life"?
- Can Anyone Give Me The Code In C++ For Reversing A Linked Circular Queue Using Pointers?
- Create A Class Time And Its Data Members Are Hours,mins And Secs And Operator Overload +,-,==,!,>,?
- Write A Program In C To Find The Area Of Rectangle, Area Of Circle, Area Of Cube Using Overloading Function?
- How To Create Algorithm And Flowchart Of Fibonacci Series?
- What Is A Referential Anomaly?
- Why Java Is Popular In Market?
- What Does The Following Coe Print. Systemout.println("*")?
- How To Create A Java Program That Accepts 3 Numbers (num1, Num2, Num3) And Sort Them In Ascending And Descending Order?
- Who Is Dummy?
- How Exception Handling Controls In .Net Framework?
- How We Can Use Template Data Grid Controls?
- How Can We Use Data Bound .NET Controls?
- What Is .net Framework?
- What Is The Function Of .net Framework?
- What Is Functionality Of CTS In .net Framework?
- What Is Dot Net Framework? What Is It's Native Code?
- What Is Polymorphism And Virtual Functions In .NET Framework?
- How .NET Framework Deployed The Different Languages In A Single Platform?
- What Is A DOT NET Framework? Please Provide The Details Of Class Library And CLR And MSIL In Detail.

New Comment - Comments are editable for 5 min.