Search Results

Type: Posts; User: abhijit

Search took 0.01 seconds.
  1. Thank you Daniil.

    But I want to enable/disable column depending on Radio button (Category wise/Lump sum) choice. If user choose "Category wise" option he can entered Amount category wise and for...
  2. Hello,



    <script runat="server">
    protected void Page_Load(object sender, EventArgs e)
    {

    if (!X.IsAjaxRequest)
    {
  3. Thank you Daniil

    But in Page OnLoad Page.IsPostBack and X.IsAjaxRequest both are false after Submit FormPanel and TextField1.Text and TextField2.Text both text field are also blank.

    Please...
  4. Hi,

    I am tried your following sample



    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="TestFormPanel.aspx.cs" Inherits="TestFormPanel" %>
    <%@ Register Assembly="Ext.Net"...
  5. I am trying to check master name is duplicate or not at the time of submit, but every time Javascript function return false when I execute the following code.



    <script type="text/javascript">...
  6. I am using RowEditor Plugin in a GridPanel. If someone choose the value from list (Custom Search Box) in RowEditor Plugin which is already exist then it will showing a confirmbox. If we choose "NO"...
  7. I am trying to fill grid panel with blank rows using the following code.



    <ext:GridPanel ID="GridPanel1" runat="server" StripeRows="true" TrackMouseOver="true" Height="100"...
  8. Sorry Daniil. I am new in Ext.Net.

    Now I understand what to do. I need to follow this example https://examples1.ext.net/#/Events/DirectMethods/UserControls/

    Thanks
  9. I am calling "isinRenderer" in lost focus of Custom Search Combox Box in RowEditor Plugin



    <ColumnModel>
    <Columns>
    <ext:RowNumbererColumn />
    ...
  10. Hi,

    Im calling DirectMethod from Javascript function.



    <script language="javascript" type="text/javascript">
    var isinRenderer = function() {
    var isinno = "IN00001";...
  11. Thank you Daniil

    My problem is solved. Please close this thread.
  12. Thank you Geoffrey for your help.

    After removing LabelAlign="Top" from each Container, horizontal scroll bars are coming. I think default value of LabelAlign is "Left". Their is any way to disable...
  13. Please look at the attached screenshot image I am not able to reduced space between two combo box marked with red circles.



    <ext:Container ID="Container8" runat="server" Layout="Column"...
  14. I am able to point out the problem....

    The mistake is in DisplayField and ValueField name of Combo Box

    Here is the correct one



    ...........
    ...........
  15. I am trying to use Custom search in GridPanel with RowEditor Plugin for Autocomplete but After selecting a value from the list combobox become blank.



    <form id="form1" runat="server">
    ...
Results 1 to 15 of 15