Search Results

Type: Posts; User: eitanby

Search took 0.01 seconds.
  1. great thanks a lot
  2. Hi,


    I know how to create my own VType in order to validate some ComboBox or NumberField.

    What I'm trying to do now is to validate the entire panel (which consist of two comboboxes and one...
  3. Hi,

    I'm using UserControl in my page like that:




    foreach (var price in PricesInPriceList)
    {
    var matrix = new UserControlLoader()
  4. hi,

    i am using TreePanel with TreeStore and AjaxProxy like that:


    <ext:TreePanel

    ID="StoresTreePanel"
    ...
  5. Hi,

    I am using GridCommand on my grid to create command button named Activate:


    <ext:CommandColumn ID="CommandColumn" Text="Action" runat="server" Width="160">
    ...
  6. Hi,

    I'm doing this:



    <ext:Button runat="server" Text="Save">
    <DirectEvents>
    <Click OnEvent="UpdateOpenFund" Complete="App.UpdateOpenFundWindow.hide();...
Results 1 to 6 of 6