Abhishek Singhal

Results 7 issues of Abhishek Singhal

### I'm submitting a... - [x] Bug report ### Reproduction steps Using the following code during EasyMDE init: imagesPreviewHandler: (path) => "/frmContentPage/Asset/" + path + location.search, Alternate syntax was also...

ReLaunchAppArgs added FileUpdateExTask added to track progress when number of tasks are large.

In UpdateManager.cs, the following code is called during PrepareUpdates (line 240) and ApplyUpdates (line 404): task.ProgressDelegate += status => TaskProgressCallback(status, t); Hence, during ApplyUpdates, TaskProgressCallback is called twice for a...

If the main application is launched with some command line arguments and needs to be relaunched via NAppUpdater update.exe, the arguments are lost. Suggested changes: Add RelaunchAppArgs property to NauConfigurations...

Feature / Enhancement

## Question Hello, I would like to implement an action strip (3 dots menu) in Ignite UI for jQuery/MVC. I would like it on row level, preferably in the space...

question

## Question Hello, IgniteUI grid table cells are rendered as td elements. I was looking to have double heighted rows, and let the text wrap into the 2nd line and...

question