Search Results

Type: Posts; User: Dorababu

Search took 0.01 seconds.
  1. Is there any option to write code for grid panel such that I would like to handle both cell selection and row selection in a grid. Can some one provide example
  2. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="bindData.aspx.cs" Inherits="bindData" %>

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    <!DOCTYPE html PUBLIC...
  3. Thanks Danill...
  4. Can you give me the code please I am not that much familiar with these tools and scripts
  5. You mean like this


    <script type="text/javascript">
    var onBeforeSubmit = function () {
    if (#{SelectBox1}.getValue() === null) {
    Ext.Msg.alert("Error",...
  6. Oops sorry I thought that I started a new thread any ways here is my thread
    ...
  7. I have my grid panel as follows


    <ext:GridPanel ID="GridPanel1" runat="server" Height="300" Title="Title">
    <ColumnModel runat="server">
    <Columns>
    </Columns>
    ...
  8. I have my grid panel as follows


    <ext:GridPanel ID="GridPanel1" runat="server" Height="300" Title="Title">
    <ColumnModel runat="server">
    <Columns>
    ...
  9. I am working with the following example for row command events which is not working for me

    https://examples2.ext.net/#/GridPanel/Commands/Row_Command/

    Can any one give me the working link for...
  10. I have written the following script to check whether selected index of Select Box is -1 or not but this is not working for me can any one help me.


    <script type="text/javascript">
    var...
  11. Is it possible to add required icon for message box from code behind

    X.MessageBox.Alert("Click", chk).Show(); for this I have to add an ICON

    In the script


    <script...
  12. Daniil ,

    Ok shall I post a new thread for this
  13. Thanks mate how can I add Icons to this message boxes..
  14. I have written a code where I will get the selected text of radio button in an alert, but what I need is if user clicks on select with out selecting any radio button I would like to show an alert...
  15. A small question instead of getting all using e.ExtraParams["Values"] can we get the required value and assigned to alert box.
  16. Thanks Danill..
  17. I used this example https://examples1.ext.net/#/GridPanel/Selection_Models/Row_Selection/

    even I copy paste the same content I am getting the error as I mentioned. This is the screen shot of my...
  18. You kicked a good one. I need small help I would like to handle EDIT, DELETE of grid panel with in the GRID if you have any example can you post them
  19. Hi all I am new to this EXT tools, I have worked on a grid panel where I bind my data from SQL. Now I would like to get the values when I click on a row of grid panel. How can I handle the row...
Results 1 to 19 of 19