Search Results

Type: Posts; User: markusn

Search took 0.01 seconds; generated 16 minute(s) ago.
  1. Awesome, that worked. Thanks!
  2. Is it possible to open the start menu (click the start button and view the menu) programmatically? I'm trying to write automated tests using nightwatch (selenium helper) and I can confirm that the...
  3. Cool, workaround works! Thanks for that, please let me know if you're able to find a more permanent solution.
  4. No problem, here's the highlight reel:

    HomeController.cs


    public class HomeController : Controller
    {
    public ActionResult Index()
    {
    return View();
  5. Hi Baidaly!

    I'm having a hard time locating the generated javascript as I am using box select on a partial view that I am dynamically loading. I have noticed that if boxselect isn't dynamically...
  6. Hi,

    The javascript approach works for me but it doesn't quite fit my needs. I'm trying to get the C# extension to work but am having some difficulties. For simplicity sake my view looks like this:...
  7. When I specify a column width on my model and then use the GridPanelFor helper for the model I get an exception.

    Specs:
    Ext.Net.Utilities 2.2.0.0 (Nuget package 2.2.1)
    Ext.Net 2.2.0.41185 (Nuget...
  8. Is this implementable in v2.0 for MVC? I tried to port it over but the coolite and ext.net references don't quite port over
  9. Does anybody know if this issue will be addressed in the 2.1 release?
  10. Excellent! Do you have an estimated timeframe for v2.1?

    Thanks for your help and quick response!

    Markus
  11. Hi!

    I'm trying to add a module to desktop via a cshtml partial view. The thought being that my index view would contain the desktop and then one or more partialviews would have...
  12. I agree that this would be very helpful and stay more true to the MVC razor model. Has there been any progress on this or is it being considered for a future release?
Results 1 to 12 of 12