Search Results

Type: Posts; User: Roshan

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. i am drag button to div then drag only at time button text or button and when drag ext.net control to panel it does not work events of that control
  2. Yupp!!!

    I got the way
    App.TextField1.allowBlank = false;
  3. I have a scenario where, i want to set allowblank for textfield from client Side ie. in javascript so how should i do ?

    App.TextField1. ??

    Thanks in advance :)
  4. Thanks it works fine.
  5. How do i set Ext.net Button font color and size in 2.0 version


    <style>
    .ux-btn button {
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    ...
  6. Thanks its working



    <ext:CommandColumn runat="server" Width="25" Align="Center">
    <Commands>
    <ext:GridCommand CommandName="delete" Icon="Delete">
    <ToolTip...
  7. <ext:CommandColumn runat="server" Width="25" Align="Center">
    <Commands>
    <ext:GridCommand CommandName="delete" StandOut="true" Icon="Delete" />
    </Commands>
    ...
  8. I am facing the same problem

    What exactly to be written for delete
    like


    <Listeners>
    <Command Handler="...
  9. Client Side Example 1 by using jquery
    $(document).ready(function () {
    $("#btnServerCall").click(function () {

    ...
  10. Hey I got the way.
    I used by followed way n it works fine


    Client Side Example 1 by using jquery
    $(document).ready(function () {
    $("#btnServerCall").click(function () {

    ...
  11. Sorry to say but as i already told you it works fine.
    I want to ask you that is their any other way from i can directly access grid elments or rows values without passing through Direct Parameter or...
  12. Could you give me small example to send manually grid data
  13. I have used followed way to get values from client to server side it works fine. But is their any other way that i can directly access values of grid from server side without passing from client side...
  14. I want to call server side method ie " btnsave_Click" from javscript ie "SaveInvoice" when condition is online and also want to pass Extra parameter argument.



    <ext:Button ID="btnsave"...
  15. Even i am also facing same issue...

    i have set


    <compilation debug="true"/>


    within system.web tag
    in web.config
  16. Add property on your button ie.btnLogin to OnDirectClick="btnLogin_Click" and Check
  17. I Have already applied this solution but its not working.. Is their any other way to do this stuff ?
  18. I want to set MinDate Property to GridPanel DateColumn Which contain Editor. MinDate Property get set from code behind or Server side. So will you guide me for this issue.




    //Client SIde
    ...
  19. Hi,
    Specification :
    I am using Ext.net 1.3 version. Visual studio 2008, Sql 2005

    Issue Description
    I have Gridpanel which is dynamic.. i.e. user can add multiple row as he wants.. Grid contain...
  20. Hello,
    Specification :
    I am using Ext.net 1.3 version. Visual studio 2008, Sql 2005

    Issue Description
    I have an issue of FileUploadField inside a grid. I am telling you whole scenario, I have...
  21. Hi Sir,

    I have an issue regarding to the new tab. Sir I am showing you scenario so you should help me i I have put tabpanel in Home.aspx this panel consist one page link which opens in new...
  22. Hi Sir

    I have window which content some control and Save and Cancel button. I have set Monitervalid=true in formpanel and following code in Listeners.


    <Listeners>
    ...
  23. Hi Sir

    I am using Ext.net 1.3 , Sir I am facing problem as follows,

    I have Gridfill() method which fills, by default data into the grid.

    GridFill()
    { store1.Datasource =//here is data bind...
  24. Hi Sir

    Thank you very much Its working now.
  25. Hi Sir,
    I have Deployed my Project on Shared Server which configuration is as follows
    IIS 7.5
    also i have build my project in Visual Studio 2008 , .net framework 4.0 version

    This is our...
Results 1 to 25 of 29
Page 1 of 2 1 2