Search Results

Type: Posts; User: faujong

Search took 0.01 seconds.
  1. I use Ext.net iIn my Index.cshtml page.
    I have a grid and a button called BtnEdit in my page.
    One of the columns in the grid is called "Match".
    I would like to disable BtnEdit when "Match" = "N",...
  2. If I want to add this in the view:

    <a href="Url.Action("ArcTicket", new {download=ViewBag.Download})" target="_blank">Download</a>

    Where shall I add that in my View ?
  3. Our asp.net application uses EXT.NET. When a "View" menu is clicked, an EXT.NET window shows up with a content of a PDF file. The problem is we can't drag and drop that window to a body of an Outlook...
  4. I found the problem. There was a problem with the result from the stored procedure that was just changed in this 1 environment. After the stored procedure is modified, the list now comes up. Thank...
  5. We use Ext.Net runtime version 4.0.30319.
    In one of our environment, when we try to filter the values in columns Broker or Custodian, it just keeps saying Loading, and the list of Broker or...
  6. Hi,
    Can anyone help on this question ?
    Does anybody know if it's even possible to drag/move EXT.NET window to a tab on the browser ?
    Thank you.
  7. On our MVC EXT.NET code, when the user click on a button, it currently pops a window.
    We would like the user to be able to move that window to another tab on the browser, or if that's not possible...
  8. You pointed me to the right direction on the right click menu. Thank you for your help !
  9. I figured it out



    .Handler("window.clipboardData.setData('Text','Text that I want to copy to cliboard);")
  10. I found a way to copy text to clipboard in a plain HTML



    <head runat="server">
    <title></title>
    <script>
    function copytoclip()
    {
    ...
  11. I am sorry if I don't understand.

    In my MVC code when someone right click and select "Copy" from the right click menu, I am able to get the value of the grid cell.
    How do I copy that value to a...
  12. Thank you for your reply.
    I am able to get the right click to show the Copy menu, and I am able to get the value of the grid cell. Thank you !

    Regarding copy to clipboard, I only need the grid...
  13. We are using Ext.Net version 3.2.1.19858.
    We have a grid on the screen, and we would like to be able to
    1. right click on a row and menu shows up to copy the row to the clipboard
    2. right click...
Results 1 to 13 of 13